home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 22 / PC Actual CD 22.iso / progs / DIRECTOR / data.z / Lists Lingo.dir / Scripts_57_Enter Checking Linear getAt.ls < prev    next >
Encoding:
Text File  |  1997-05-10  |  335 b   |  12 lines

  1. on enterFrame
  2.   FindButtons()
  3. end
  4.  
  5. on exitFrame
  6.   global gDefaultLinearList
  7.   set the text of member "Checking Display Field 1" to string(gDefaultLinearList)
  8.   set the text of member "Checking Input Field" to " "
  9.   set the text of member "Checking Display Field 2" to " "
  10.   set the text of member "Checking Display Field 3" to " "
  11. end
  12.